Functional
epub |eng | | Author:Wolfram Koepf

2.Set . 3.Set with undetermined variables depending on , but not depending on . 4.Apply the adaptation of Gosper’s algorithm described to : In the last step, solve the linear ...
( Category: Combinatorics March 25,2020 )
epub |eng | | Author:Masaaki Geshi

(4.31) If we start the Lanczos algorithm with a certain atomic site i as , it is found that . Therefore, can be calculated using the tri-diagonalized matrix . Defining ...
( Category: Performance Optimization March 13,2020 )
epub |eng | | Author:Masaaki Geshi

7.2.2 Hardware Characteristics of FLOPS-oriented Supercomputers In the following, we outline the projected hardware specifications of exaFLOPS machines, assuming the FLOPS-oriented type, and point out their important features. A typical ...
( Category: Computer Simulation March 7,2020 )
epub |eng | 2018-08-30 | Author:Anatolii Kmetiuk [Anatolii Kmetiuk]

( Category: Object-Oriented Design February 29,2020 )
epub, mobi |eng | | Author:Michael Bevilacqua-Linn

​ ​def​ subtract(a: ​Int​, b: ​Int​) = a - b ​ ​def​ multiply(a: ​Int​, b: ​Int​) = a * b ​ ​def​ divide(a: ​Int​, b: ​Int​) = a / b ...
( Category: Software Development April 22,2015 )
epub, pdf |eng | 2008-05-08 | Author:Douglas Crockford [Crockford, Douglas]

Regexp Escape The backslash character indicates escapement in regexp factors as well as in strings, but in regexp factors, it works a little differently. As in strings, \f is the ...
( Category: Software Development May 16,2014 )